home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JavaScript">
- <!--
-
- var cookieObject = document.cookie; // retrieve cookie string
-
- function getCookie(name) { // use: getCookie("name");
- var index = cookieObject.indexOf(name + "=");
- if (index == -1) return null;
- index = cookieObject.indexOf("=", index) + 1;
- var endstr = cookieObject.indexOf(";", index);
- if (endstr == -1) endstr = cookieObject.length;
- return unescape(cookieObject.substring(index, endstr));
- }
-
- if (!getCookie("visited")) {
- alert("This message appears only on your first visit.\r\nA cookie remembers that the message has been presented.");
- document.cookie = "visited=true";
- }
-
- -->
- </SCRIPT>
-
-